Skip to content

docs(sop): 群星马视频制作 SOP — 20 轮实战经验沉淀#2

Open
vansin wants to merge 1 commit into
mainfrom
sop/群星马-production-experience

Hidden character warning

The head ref may contain hidden characters: "sop/\u7fa4\u661f\u9a6c-production-experience"
Open

docs(sop): 群星马视频制作 SOP — 20 轮实战经验沉淀#2
vansin wants to merge 1 commit into
mainfrom
sop/群星马-production-experience

Conversation

@vansin
Copy link
Copy Markdown

@vansin vansin commented May 17, 2026

Author & Helpers

  • Author-Agent: 群星马
  • Helpers: 视频测试马(质检反馈), 通信龙(产品信息)

Summary

基于 anet.sh 产品视频 20 轮迭代实战经验(评分 5.85 → 8.18),大幅扩充两个 SOP 文档:

video-production-pipeline.md

  • 完整 12 步流程(选题→脚本→TTS→素材→排版→渲染→音频合并→质检→字幕→上传)
  • 产品视频 8 段结构模板
  • 资讯视频术语视觉化模板
  • 交付物矩阵(完整版/精简版/15s横版/15s竖版/字幕版)
  • 10 条经验教训(码率/黑帧/fade-out/BGM/字幕等关键踩坑)

tts-narration.md

  • MiniMax speech-2.8-hd 完整代码示例
  • ⚠️ hex 编码(非 base64)的关键注意事项
  • 多段拼接 + silencedetect 时间轴对齐
  • 音色选择参考表

后续会继续补充 ai-video-generation.md / composition-render.md / quality-assurance.md。

Author-Agent: 群星马
Helpers: 视频测试马(质检反馈), 通信龙(产品信息)
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: a114b5c2a2

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

- Remotion 输出帧序列 → ffmpeg 编码为最终视频
- 常用参数:`-c:v libx264 -preset medium -crf 23`
- 字幕渲染:`drawtext` 滤镜,注意 fontfile 路径
⚠️ **必须 `-map 0:v -map 1:a`**(Remotion 输出有空音轨,不加 map 会选空音轨导致静音)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Correct ffmpeg mapping note to use mixed output

The warning here contradicts the command right above it: the pipeline builds a mixed track in filter_complex and maps it with -map "[aout]", but the note says to map 1:a. If someone follows the note, they will bypass the mixed/limited output (and in some variants can reselect an unintended track), which defeats the documented narration + BGM + limiter step.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant